'Usage Dim instance As ListBase(Of T) Dim item As T Dim value As Boolean value = instance.Remove(item)
Parameters
- item
- The object to remove from the ListBase<T>.
Return Value
true if item was successfully removed from the ListBase<T>; otherwise, false. This method also returns false if item is not found in the original ListBase<T>.